'Declaration Sub RemoveAt( _ ByVal id As TKey _ )
'Usage Dim instance As ICalcStorage(Of TKey,TValue) Dim id As TKey instance.RemoveAt(id)
void RemoveAt( TKey id )
ICalcStorage<TKey,TValue> Interface ICalcStorage<TKey,TValue> Members